ProfileSnapshotResponse

data class ProfileSnapshotResponse(timings: List<PaintProfile>)

Represents response frame that is returned from LayerTree#profileSnapshot operation call.

See also

Constructors

ProfileSnapshotResponse
Link copied to clipboard
fun ProfileSnapshotResponse(timings: List<PaintProfile>)

Properties

timings
Link copied to clipboard
val timings: List<PaintProfile>
The array of paint profiles, one per run.

Sources

jvm source
Link copied to clipboard